home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.12.gz / 1994.12 / 000069_tim@maths.tcd.ie_Sun Dec 18 11:38:40 1994.msg < prev    next >
Text File  |  1994-12-30  |  1KB  |  38 lines

  1. Subject: Re: kpathsea 2.5, dvipsk 5.58e, xdvik 18e, dviljk 2.4
  2. To: "K. Berry" <kb@cs.umb.edu>
  3. Date: Sun, 18 Dec 1994 16:38:32 (GMT)
  4. From: Timothy Murphy <tim@maths.tcd.ie>
  5.  
  6.  
  7. Another -- not serious -- complaint:
  8. make distclean doesn't remove config.cache .
  9. This confused me recently as we have several machine types
  10. sharing the same source directory.
  11.  
  12. Also, John Interrante's patch doesn't quite work with kpathsea-2.5,
  13. because --cache-file is not defined in web2c/configure.
  14.  
  15. The following trivial patch allows it to work:
  16.  
  17. *** web2c/configure.patched    Fri Dec 16 18:40:44 1994
  18. --- web2c/configure    Fri Dec 16 19:29:40 1994
  19. ***************
  20. *** 86,91 ****
  21. --- 86,98 ----
  22.     -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
  23.       build="$ac_optarg" ;;
  24.   
  25. +   -cache-file | --cache-file | --cache-fil | --cache-fi \
  26. +   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  27. +     ac_prev=cache_file ;;
  28. +   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  29. +   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  30. +     cache_file="$ac_optarg" ;;
  31.     -disable-* | --disable-*)
  32.       ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  33.       # Reject names that aren't valid shell variable names.
  34.  
  35. Tim
  36.  
  37.